POV-Ray : Newsgroups : povray.general : Warning: No pigment type given. : Re: Warning: No pigment type given. Server Time
5 Aug 2024 06:19:40 EDT (-0400)
  Re: Warning: No pigment type given.  
From: Slime
Date: 9 Jan 2003 23:23:41
Message: <3e1e4acd@news.povray.org>
> union{
>         #declare toothblob=blob{threshold 0.7 cylinder{0,y,1,1 pigment{rgb
> 1}} }
>
>         object{toothblob translate <0,1,0> }
>         object{toothblob translate <0,2,0> }
>         object{toothblob translate <0,3,0> }
>         object{toothblob translate <0,4,0> }
>
>  // pigment{rgbft 1}   //but this line uncommented out fixes it??
> }



Hmm. I wouldn't be surprised if it went away after you changed the toothblob
definition to

#declare toothblob=blob{threshold 0.7 cylinder{0,y,1,1} pigment{rgb 1}}

So that the *blob* has a pigment, rather than just one of its components.

 - Slime
[ http://www.slimeland.com/ ]


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.